Forum Activity for @douglas

douglas
@douglas
01/26/17 08:23:46AM
2,806 posts

Embed local media is not working in blog


Design and Skin Customization

We can try to replicated on our end but we need a little more information first.

Which skin are you using?

Are you using the embed module to embed the media?

What type of media are you trying to embed?

Thanks!
douglas
@douglas
01/25/17 09:39:20AM
2,806 posts

Css not saving the value


Using Jamroom

derrickhand300:
I agree with Izhmel
Editing the css in these new skins is a MESS and really difficult when you don't do this for a living...wasting hours doing things that should take seconds- I wish someone would fix it
For instance- when I change the color of a menu bar from maroon to red...why does it turn the ACP drop down menu from black to transparent?
Its crazy- you just get tired and frustrated and want to walk away...

I'm guessing this isn't for the Nova skin, which skin are you using?
douglas
@douglas
01/25/17 06:48:41AM
2,806 posts

Css not saving the value


Using Jamroom

The "Site News" text is the leader class found here:
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=text.css/section=advanced

The Welcome message is hard coded in the index.tpl.

Quote:
In an up date please create a page with those link , change " Share This Text Color , change BGC , change Profile BGC , change Profile Text Color " and so on ....
so when they click the links , it takes them exactly to the CSS page and area to change using bullets like the link below
list.css
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=list.css/section=advanced

Only the site admin can get to the skin style pages, regular users can NOT.

Hope this helps!
douglas
@douglas
01/25/17 06:41:39AM
2,806 posts

Site Radio And TV


Using Jamroom

That isn't how it works anymore and would likely require a custom module to do what you want.

You can use a text editor ( NOT Microsoft Word! ) and copy an paste the code I posted, then save the file as dubmusic_player.tpl, or whatever you like, then the template can be reached via the URL I posted.

Here is a doc on creating new pages.
https://www.jamroom.net/the-jamroom-network/documentation/skin-customization/1043/creating-a-new-page-for-a-skin

Hope this helps!
douglas
@douglas
01/24/17 01:09:43PM
2,806 posts

Css not saving the value


Using Jamroom

I've got this fixed for you, there are two new H2 and H3 tag colors in the style section for your skin, one here:

base.css
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=base.css/section=advanced

and one here:

list.css
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=list.css/section=advanced

That should allow you to control the color for that text better.

Let me know if you see any issues.

Thanks!
douglas
@douglas
01/24/17 12:33:43PM
2,806 posts

Problem with search conditions


Design and Skin Customization

Give this a try:

{jrCore_list
module="jrYouTube"
order_by="_created desc"
search="profile_id not_like 1"
pagebreak="25"
page=$_post.page
} 

Hope this helps!

EDIT:
BTW You can find the search conditions here: https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/89/jrcore-list#search-conditions
updated by @douglas: 01/24/17 12:37:13PM
douglas
@douglas
01/24/17 12:26:59PM
2,806 posts



At this time, you'll have to use the FoxyCart modules to do subscriptions, which requires a FoxyCart account.

FoxyCart Modules:
https://www.jamroom.net/the-jamroom-network/networkmarket/70/foxycart-ecommerce
https://www.jamroom.net/the-jamroom-network/networkmarket/71/foxycart-bundles

FoxyCart Website:
http://www.foxycart.com/

Jamroom is setup for SEO and there is a meta module that allows you to add meta keywords and descriptions to your pages.
https://www.jamroom.net/the-jamroom-network/networkmarket/129/meta-tag-manager

These modules can all be purchased/installed via your sites ACP > Core > Marketplace.

Hope this helps!
updated by @douglas: 05/05/17 10:43:27AM
douglas
@douglas
01/24/17 11:37:34AM
2,806 posts

{jrCore_skin="..."}


Using Jamroom

Your Welcome! :)
douglas
@douglas
01/24/17 11:35:59AM
2,806 posts

Css not saving the value


Using Jamroom

I changed the "footer a" rule here:
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=footer.css/section=advanced

The "Share This" text, and other text on that page, will require a CSS file tweak, it can't be fixed via the skins style tab.

If you send your FTP credentials I'll get it fixed so you can change that text color in the skins style tab.

Thanks!
douglas
@douglas
01/24/17 11:18:53AM
2,806 posts

{jrCore_skin="..."}


Using Jamroom

Try:

{if $_conf.jrCore_active_skin == "jrAudioPro"}
something1
{else}
something2
{/if}

Hope this helps!
  70